Platform Explorer / Nuxeo Platform 6.0

Operation Update.NextStep.ConditionalFolder (Choose branch)

Description

Update branch to be executed
Operation id Update.NextStep.ConditionalFolder
Category Routing
Label Choose branch
Requires
Since

Parameters

Name Description Type Required Default value
nextStepPos string yes  

Signature

Inputs void
Outputs void

Implementation Information

Implementation Class Class: org.nuxeo.ecm.platform.routing.api.operation.SetNextStepOnConditionalFolderOperation
Contributing Component org.nuxeo.ecm.platform.routing.operations

JSON Definition

{
  "id" : "Update.NextStep.ConditionalFolder",
  "label" : "Choose branch",
  "category" : "Routing",
  "requires" : null,
  "description" : "Update branch to be executed ",
  "url" : "Update.NextStep.ConditionalFolder",
  "signature" : [ "void", "void" ],
  "params" : [ {
    "name" : "nextStepPos",
    "description" : null,
    "type" : "string",
    "required" : true,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}